home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_374 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  310 b   |  10 lines

  1. on(release){
  2.    randyurl = random(1000);
  3.    loadVariablesNum("http://vodafone.panlogic.co.uk/vodafone/servlet/vodafone?flag=1&url=play again&rand=" add randyurl,0);
  4.    loadVariablesNum("http://vodafone.panlogic.co.uk/play_again.html",0);
  5.    tellTarget("_root")
  6.    {
  7.       gotoAndStop("stats");
  8.    }
  9. }
  10.